home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / foomatic / db / source / driver / Postscript1.xml < prev    next >
Encoding:
Text File  |  2009-03-27  |  1.3 KB  |  40 lines

  1. <driver id="driver/Postscript1">
  2.   <name>Postscript1</name>
  3.   <url>http://partners.adobe.com/public/developer/ps/index_specs.html</url>
  4.   <execution>
  5.     <postscript/>
  6.     <prototype>gs -q -dPARANOIDSAFER -dNOPAUSE -dBATCH -sDEVICE=pswrite -dLanguageLevel=1%A%Z -sOutputFile=- - | perl -p -e 's:^(%!.*)$:\1\n%C:'</prototype>
  7.   </execution>
  8.   <comments>
  9.     <en>
  10.  
  11.     This is a Ghostscript-based driver for PostScript level 1
  12.     printers. Applications usually produce PostScript level 2 or 3,
  13.     sometimes also PDF. None of these formats can be printed by the
  14.     old PostScript level 1 printers. Fortunately, Ghostscript can
  15.     convert all these data formats into PostScript level 1 and so
  16.     these printers can also print.<p>
  17.  
  18.     Note that printing with manufacturer-supplied PPDs will not work
  19.     with PostScript level 1 printers.<p>
  20.  
  21.   </en>
  22.   </comments>
  23.   <printers>
  24.     <printer>
  25.       <id>printer/Apple-LaserWriter_IINTX</id>
  26.       <!-- Apple LaserWriter IINTX -->
  27.     </printer>
  28.     <printer>
  29.       <id>printer/Apple-LaserWriter_NT</id>
  30.       <!-- Apple LaserWriter NT -->
  31.     </printer>
  32.     <printer>
  33.       <id>printer/Kyocera-FS-5500</id>
  34.     </printer>
  35.     <printer>
  36.       <id>printer/Generic-PostScript_Level_1_Printer</id>
  37.     </printer>
  38.  </printers>
  39. </driver>
  40.